Add support for SeeYou glider pilot software. http://www.seeyou.ws/
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 11 Jan 2006 18:27:28 +0000 (18:27 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 11 Jan 2006 18:27:28 +0000 (18:27 +0000)
gpsbabel/readme.xml
gpsbabel/style/cup.style [new file with mode: 0644]

index 1095bb823a38f14605b614c285288a3307775fbc..4356c480a179e67e1868be994b6725519cbed344 100644 (file)
@@ -1394,6 +1394,16 @@ versions of DeLorme software; older versions didn't store the turn
 information with the route.
 </para>
     </section>
+    <section id="seeyou">
+      <sectioninfo>
+       <subtitle>SeeYou flight analysis and planning software.</subtitle>
+      </sectioninfo>
+      <title>SeeYou</title>
+      <para>Support for SeeYou flight analysis and planning software for
+       glider pilots.  Tasks, runway info, and most other data specific
+       for glider pilots is not preserved, but this is a convenient way
+       to get your flight data in other programs.  <ulink url="http://www.seeyou.ws/">www.seeyou.ws</ulink></para>
+    </section>
     <section id="stmwpp">
       <sectioninfo>
        <subtitle>Suunto Track Manager WaypointPlus format.</subtitle>
diff --git a/gpsbabel/style/cup.style b/gpsbabel/style/cup.style
new file mode 100644 (file)
index 0000000..0a5c225
--- /dev/null
@@ -0,0 +1,46 @@
+#
+# (c) 2006, Robert Lipe, based on  sample files by Krzysztof Wojtas
+# Reference info: http://www.seeyou.ws/thankyou.php?fname=cup_format.pdf
+#
+
+DESCRIPTION      See You flight analysis data
+SHORTLEN  8
+EXTENSION cup
+#
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER         COMMA
+RECORD_DELIMITER        NEWLINE
+BADCHARS                ,"
+PROLOGUE name,code,country,lat,lon,elev,style,rwdir,rwlen,freq,desc
+EPILOGUE -----Related Tasks-----
+
+
+IFIELD SHORTNAME,"", ""%s""
+IFIELD SHORTNAME,"", "%s"
+IFIELD CONSTANT,"", ""
+IFIELD LAT_NMEA, "%f", "%08.3f", "absolute"
+IFIELD LON_NMEA, "%f", "%09.3f", "absolute"
+IFIELD ALT_METERS,"", "%dm"
+IFIELD CONSTANT,"", "1"
+IFIELD CONSTANT,"", ""
+IFIELD CONSTANT,"", ""
+IFIELD CONSTANT,"", ""
+IFIELD DESCRIPTION,"", ""%s""
+
+OFIELD SHORTNAME,"", ""%s""
+OFIELD SHORTNAME,"", "%s"
+OFIELD CONSTANT,"", ""
+OFIELD LAT_NMEA, "%f", "%08.3f", "absolute"
+OFIELD LAT_DIR, "", "%c", "no_delim_before"
+OFIELD LON_NMEA, "%f", "%09.3f", "absolute"
+OFIELD LON_DIR, "", "%c", "no_delim_before"
+OFIELD ALT_METERS,"", "%3.1fm"
+OFIELD CONSTANT,"", "1"
+OFIELD CONSTANT,"", ""
+OFIELD CONSTANT,"", ""
+OFIELD CONSTANT,"", ""
+OFIELD DESCRIPTION,"", ""%s""
+
+